html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

table,
tr,
td {
	border: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}

#pagesize {
	overflow: hidden;
}


/*ban*/

.banner {
	width: 100%;
	height: 580px;
	white-space: nowrap;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/*border:1px solid #F00; */
}

.banner_m {
	width: 50%;
	height: 580px;
	display: inline-block;
	position: relative;
}

.wrapper {
	*float: left;
	width: 1920px;
	height: 580px;
	display: inline-block;
	position: relative;
	left: -967px;
}

.fn-clear {
	zoom: 1;
}

.box_skitter {
	position: relative;
	background: none;
}

.box_skitter ul {
	display: none;
}

.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}

.box_skitter .image {
	overflow: hidden;
}

.box_skitter .image img {
	display: none;
}

.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}

.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.box_skitter .prev_button {
	position: absolute;
	top: 203px;
	left: 15%;
	z-index: 100;
	width: 72px;
	height: 143px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: 0;
	background: url(../img/prev.png) no-repeat left top !important;
}

.box_skitter .next_button {
	position: absolute;
	top: 203px;
	right: 14%;
	z-index: 100;
	width: 72px;
	height: 143px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: 0;
	background: url(../img/next.png) no-repeat left top !important;
}

.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	display: none;
}

.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/ajax-loader.gif) no-repeat left top;
	width: 31px;
	height: 31px;
}

#slideshow {
	width: 1920px;
	height: 580px;
}

#slideshow ul {
	display: none;
}

/*logo*/
.ilogo{
	width: 100%;
	height: 100px;
	background: url(../img/ilogo_bg.jpg) center no-repeat;
}

/*nav*/
.inav{
	width: 100%;
	height: 50px;
	background: url(../img/nav_bg.png) repeat-x;
}

.inav ul{
	display: flex;
	justify-content: space-between;
}
.inav ul li{
	flex: 1;
}
.inav ul li a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.inav ul li a:hover,
.inav ul li.on a{
	color: #057dd1;
	background: #fff;
	font-weight: bold;
}

/*标题*/
.ititle{
	text-align: center;
}
.ititle h5{
	font-size: 30px;
	font-weight: bold;
	color: #057dd1;
	height: 35px;
	line-height: 35px;
}
.ititle i{
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999;
	margin: 8px auto 5px;
}
.ititle p{
	display: inline-block;
	font-size: 15px;
	height: 21px;
	line-height: 21px;
	color: #999;
	padding: 0 40px;
	position: relative;
}
.ititle p:before{
	display: block;
	content: "";
	width: 200px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: -200px;
	top: 10px;
}
.ititle p:after{
	display: block;
	content: "";
	width: 200px;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: -200px;
	top: 10px;
}

/*产品*/
.ipro{
	width: 100%;
	margin-top: 80px;
	position: relative;
}
.ipro .ipro-box{
	width: 100%;
	position: relative;
	margin-top: 40px;
}
.ipro .ipro-box .ipro-t{
	width: 100%;
	height: 200px;
	background: #057dd1;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.ipro .ipro-box .ipro-t dl{
	float: right;
	width: 560px;
	margin-top: 30px;
}
.ipro .ipro-box .ipro-t dl dt{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
.ipro .ipro-box .ipro-t dl dd{
	line-height: 25px;
	color: #c9e9ff;
	text-indent: 2em;
}
.ipro .ipro-box .ipro-b{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.ipro .ipro-box .ipro-b .ipro-img{
	float: left;
	width: 600px;
	height: 400px;
	box-sizing: border-box;
	border: 5px solid #fff;
	margin-top: 30px;
	position: relative;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
.ipro .ipro-box .ipro-b .ipro-img .ipro-img-li{
	display: none;
	width: 100%;
	height: 100%;
}
.ipro .ipro-box .ipro-b .ipro-img .ipro-img-li.on{
	display: block;
}
.ipro .ipro-box .ipro-b .ipro-img .ipro-img-li i{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
.ipro .ipro-box .ipro-b .ipro-img .ipro-img-li dl{
	display: flex;
	justify-content: space-between;
	align-items:center;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 0 20px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
}

.ipro .ipro-box .ipro-b .ipro-img .ipro-img-li dl dt{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.ipro .ipro-box .ipro-b .ipro-img .ipro-img-li dl dd{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	background: #057dd1;
	color: #fff;
}
.ipro .ipro-box .ipro-b .ipro-img .ipro-img-li:hover dl dd{
	background: #f54e00;
}
.ipro .ipro-box .ipro-b .ipro-list{
	float: right;
	width: 560px;
	margin-top: 215px;
}
.ipro .ipro-box .ipro-b .ipro-list ul li{
	float: left;
	width: 270px;
	height: 78px;
	margin-top: 20px;
}
.ipro .ipro-box .ipro-b .ipro-list ul li:nth-of-type(2n){
	float: right;
}
.ipro .ipro-box .ipro-b .ipro-list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 4px;
	background: #f0f0f0;
	overflow: hidden;
}
.ipro .ipro-box .ipro-b .ipro-list ul li:hover a,
.ipro .ipro-box .ipro-b .ipro-list ul li.on a{
	background: #057dd1;
}
.ipro .ipro-box .ipro-b .ipro-list ul li a img{
	float: left;
	width: 105px;
	height: 70px;
}
.ipro .ipro-box .ipro-b .ipro-list ul li a p{
	float: left;
	margin-left: 8px;
	line-height: 70px;
}

.ipro .ipro-box .ipro-b .ipro-list ul li:hover a p,
.ipro .ipro-box .ipro-b .ipro-list ul li.on a p{
	color: #fff;
}

/*服务*/
.iser{
	width: 100%;
	margin-top: 80px;
}

.iser .iser-list{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.iser .iser01 .iser01-img{
	width: 930px;
	height: 380px;
	background: url(../img/iser01.jpg) center no-repeat;
	position: relative;
}
.iser .iser01 .iser01-img dl{
	width: 530px;
	height: 170px;
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.iser .iser01 .iser01-img dl dt{
	font-size: 18px;
	font-weight: bold;
}
.iser .iser01 .iser01-img dl dd{
	line-height: 25px;
	color: #666;
	margin-top: 20px;
	font-size: 14px;
}
.iser .iser01 .iser01-txt{
	width: 210px;
	height: 380px;
	background: #057dd1 url(../img/iser02.jpg) center bottom no-repeat;
	text-align: center;
	color: #fff;
}
.iser .iser01 .iser01-txt span{
	display: block;
	font-size: 45px;
	margin-top: 25px;
}
.iser .iser01 .iser01-txt h5{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.iser .iser02 .iser02-img{
	width: 480px;
	height: 330px;
	background: url(../img/iser03.jpg) center no-repeat;
}
.iser .iser02 .iser02-txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 660px;
}

.iser .iser02 .iser02-txt span,
.iser .iser03 .iser03-txt span{
	display: block;
	font-size: 45px;
	color: #057dd1;
}

.iser .iser02 .iser02-txt h5,
.iser .iser03 .iser03-txt h5{
	font-size: 22px;
	margin: 5px 0;
}
.iser .iser02 .iser02-txt p,
.iser .iser03 .iser03-txt p{
	color: #666;
}
.iser .iser02 .iser02-txt dl dt,
.iser .iser03 .iser03-txt dl dt{
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
}
.iser .iser02 .iser02-txt dl dd,
.iser .iser03 .iser03-txt dl dd{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-top: 10px;
}

.iser .iser03 .iser03-txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 630px;
}

.iser .iser03 .iser03-img{
	width: 511px;
	height: 453px;
	background: url(../img/iser04.jpg) center no-repeat;
}

/*关于*/
.iabout{
	width: 100%;
	margin-top: 80px;
}
.iabout .iabout-t{
	width: 100%;
	padding: 50px 0 60px;
	background: url(../img/iabout_bg.jpg) center no-repeat;
}
.iabout .ititle h5{
	color: #fff;
}
.iabout .ititle i{
	background: #fff;
}
.iabout .ititle p{
	color: #fff;
}
.iabout .ititle p:before,
.iabout .ititle p:after{
	background: #fff;
}
.iabout .iabout-txt{
	padding: 20px;
	background: #fff;
	margin-top: 40px;
}
.iabout .iabout-txt img{
	display: block;
	width: 480px;
	height: 320px;
	float: left;
}
.iabout .iabout-txt dl{
	width: 630px;
	float: right;
	margin-top: 15px;
}
.iabout .iabout-txt dl dt{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.iabout .iabout-txt dl dd{
	text-indent: 2em;
	line-height: 30px;
	color: #666;
}
.iabout .iabout-txt dl a{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #057dd1;
	color: #fff;
	margin-top: 25px;
}
.iabout .iabout-txt dl a:hover{
	background: #f54e00;
}
.iabout .iabout-b{
	width: 100%;
	height: 275px;
	position: relative;
	overflow: hidden;
}
.iabout .iabout-b .iabout-b-l{
	width: 100%;
	height: 275px;
	position: absolute;
	background: #057dd1;
	left: -50%;
	margin-left: 390px;
}

/* marqueeleft */

.marqueeleft {
	height: 160px;
	width: 955px;
	overflow: hidden;
	position: absolute;
	right: 35px;
	top: 55px;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 12px;
	display: inline;
	width: 220px;
	height: 160px;
	overflow: hidden;
}

.marqueeleft li .pic {
	display: block;
	width: 220px;
	height: 160px;
}

.marqueeleft li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.marqueeleft li .txt {
	text-align: center;
	height: 35px;
	line-height: 35px;
	color: #333;
	font-size: 14px;
}

.marqueeleft li .txt a {
	display: block;
}

.iabout .iabout-b .iabout-b-r{
	width: 210px;
	height: 275px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 390px;
}
.iabout .iabout-b .iabout-b-r ul{
	margin-top: 50px;
}
.iabout .iabout-b .iabout-b-r ul li{
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #eee;
	color: #333;
	font-size: 14px;
	margin: 20px auto 0;
}
.iabout .iabout-b .iabout-b-r ul li:hover{
	background: #057dd1;
	color: #fff;
}
.iabout .iabout-b .iabout-b-r ul li a{
	display: block;
}

/*优点*/
.iadv{
	width: 100%;
	margin-top: 80px;
}
.iadv .iadv-list ul li{
	float: left;
	width: 300px;
	cursor: pointer;
	margin-top: 30px;
}
.iadv .iadv-list ul li em{
	display: block;
	width: 100px;
	height: 100px;
	border: 2px solid #057dd1;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
}
.iadv .iadv-list ul li em:after{
	display: block;
	content: "";
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.iadv .iadv-list ul li:hover em:after{
	background: #057dd1;
}
.iadv .iadv-list ul li em i{
	display: block;
	width: 54px;
	height: 48px;
	margin: 26px auto;
	background-image: url(../img/iadv_icon.png);
	position: relative;
	z-index: 9;
}
.iadv .iadv-list ul li:hover em i{
	background-position-y: 48px;
}
.iadv .iadv-list ul li:nth-of-type(1) em i{
	background-position-x: 0;
}
.iadv .iadv-list ul li:nth-of-type(2) em i{
	background-position-x: -54px;
}
.iadv .iadv-list ul li:nth-of-type(3) em i{
	background-position-x: -108px;
}
.iadv .iadv-list ul li:nth-of-type(4) em i{
	background-position-x: -162px;
}
.iadv .iadv-list ul li:nth-of-type(5) em i{
	background-position-x: -216px;
}
.iadv .iadv-list ul li:nth-of-type(6) em i{
	background-position-x: -270px;
}
.iadv .iadv-list ul li:nth-of-type(7) em i{
	background-position-x: -324px;
}
.iadv .iadv-list ul li:nth-of-type(8) em i{
	background-position-x: -378px;
}
.iadv .iadv-list ul li span{
	display: block;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
}
.iadv .iadv-list ul li span:after{
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	background: #057dd1;
	margin: 10px auto;
}
.iadv .iadv-list ul li p{
	color: #666;
	text-align: center;
}

/*案例*/
.icase{
	width: 100%;
	margin-top: 80px;
}
.icase .icase-list ul li{
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-top: 40px;
}
.icase .icase-list ul li:last-of-type{
	margin-right: 0;
}
.icase .icase-list ul li a{
	display: block;
	width: 100%;
	position: relative;
}
.icase .icase-list ul li a img{
	display: block;
	width: 380px;
	height: 285px;
	position: relative;
	z-index: 1;
}
.icase .icase-list ul li a dl{
	width: 320px;
	height: 240px;
	box-sizing: border-box;
	padding: 50px 30px 0;
	margin: -60px auto 0;
	background: #fff;
	position: relative;
	z-index: 9;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.icase .icase-list ul li a dl dt{
	font-size: 16px;
	font-weight: bold;
}
.icase .icase-list ul li a dl dd{
	line-height: 25px;
	color: #666;
	margin-top: 15px;
}
.icase .icase-list ul li a dl span{
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #057dd1;
	color: #fff;
	font-size: 14px;
	margin-top: 35px;
	margin-left: 200px;
}
.icase .icase-list ul li:hover a dl span{
	background: #f54e00;
}

/*新闻*/
.inews{
	width: 100%;
	margin-top: 90px;
}
.inews .inews-b{
	margin-top: 40px;
}
.inews .inews-b .inews-b-l{
	float: left;
	width: 750px;
}
.inews .inews-b .inews-b-l img{
	float: left;
	display: block;
	width: 260px;
	height: 150px;
}
.inews .inews-b .inews-b-l dl{
	float: right;
	width: 460px;
}
.inews .inews-b .inews-b-l dl dt{
	font-size: 15px;
	margin-top: 10px;
}
.inews .inews-b .inews-b-l dl span{
	display: block;
	font-size: 12px;
	color: #999;
	margin: 10px 0 15px;
}
.inews .inews-b .inews-b-l dl dd{
	line-height: 24px;
	color: #666;
}
.inews .inews-b .inews-b-l ul{
	margin-top: 20px;
}
.inews .inews-b .inews-b-l ul li{
	float: left;
	width: 360px;
	border-bottom: 1px dashed #ccc;
}
.inews .inews-b .inews-b-l ul li:hover{
	border-bottom: 1px dashed #057dd1;
}
.inews .inews-b .inews-b-l ul li:nth-of-type(2n){
	float: right;
}
.inews .inews-b .inews-b-l ul li a{
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	position: relative;
}
.inews .inews-b .inews-b-l ul li a:before{
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	background: #666;
	position: absolute;
	left: 0;
	top: 23px;
}
.inews .inews-b .inews-b-l ul li:hover a:before{
	background: #057dd1;
}
.inews .inews-b .inews-b-l ul li a p{
	float: left;
	font-size: 14px;
}
.inews .inews-b .inews-b-l ul li a span{
	float: right;
	font-size: 12px;
	color: #999;
}
.inews .inews-b .inews-b-l ul li a:hover p,
.inews .inews-b .inews-b-l ul li a:hover span{
	color: #057dd1;
}
.inews .inews-b .inews-b-r{
	float: right;
	width: 390px;
}
.inews .inews-b .inews-b-r ul li{
	margin-bottom: 17px;
}
.inews .inews-b .inews-b-r ul li:last-of-type{
	margin-bottom: 0;
}
.inews .inews-b .inews-b-r ul li a{
	display: block;
	width: 350px;
	height: 51px;
	line-height: 51px;
	border-radius: 26px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	position: relative;
	background: #f0f0f0 url(../img/inews_icon01.png) right 20px center no-repeat;
}
.inews .inews-b .inews-b-r ul li:hover a{
	color: #fff;
	background: #057dd1 url(../img/inews_icon02.png) right 20px center no-repeat;
}

/*页脚*/
.footer{
	margin-top: 100px;
	padding: 50px 0;
	background: #057dd1;
}
.footer .ft-ewm{
	float: left;
	width: 140px;
	height: 140px;
	background: url(../img/ewm.png) center no-repeat;
}
.footer .ft-r{
	float: left;
	margin-left: 80px;
}
.footer .ft-r ul li{
	float: left;
	margin-right: 70px;
	color: #fff;
}

.footer .ft-r ul li:last-of-type{
	margin-right: 0;
}
.footer .ft-r ul li:hover{
	text-decoration: underline;
}
.footer .ft-r p{
	line-height: 30px;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 20px;
}
.footer .ft-r span{
	display: block;
	color: #fff;
}


/*内页*/

.content {
	width: 100%;
	margin-top: 70px;
}

.content>.wrap {
	display: flex;
	justify-content: space-between;
}


/*小标题*/

.little-title {
	position: relative;
}

.little-title:before {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #f39800;
	top: 0;
	left: 20px;
}

.little-title:after {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #057dd1;
	bottom: 0;
	left: 20px;
}

.little-title h5 {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #444;
	padding-left: 40px;
	font-size: 26px;
	font-weight: bold;
}

.little-title p {
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	font-family: Candara, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 40px;
	margin-top: 5px;
}


/*内页侧边栏*/

.content-left {
	width: 250px;
}

.content-left .content-left-nav .content-left-nav-t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 85px;
	background: #f0f0f0;
}

.content-left .content-left-nav .content-left-nav-list ul li {
	width: 100%;
	margin-top: 3px;
}

.content-left .content-left-nav .content-left-nav-list ul li>a {
	display: block;
	line-height: 50px;
	background: #f0f0f0;
	font-size: 15px;
	font-weight: bold;
	padding-left: 30px;
	color: #666;
}

.content-left .content-left-nav-list ul li>a:hover {
	background: #057dd1;
	color: #fff;
}

.content-left .content-left-nav-list ul li dl dd {
	display: block;
	line-height: 45px;
	border-bottom: 1px solid #e1e1e1;
}

.content-left .content-left-nav-list ul li dl dd>a {
	display: block;
	line-height: 45px;
	font-size: 15px;
	font-weight: normal;
	padding-left: 55px;
	background: none;
	color: #666;
	background: url(../img/dian.png) no-repeat 40px center;
}

.content-left .content-left-nav-list ul li dl dd>a:hover {
	font-weight: bold;
	color: #057dd1;
	background: url(../img/dianh.png) no-repeat 40px center;
}

.content-left .content-left-contact {
	width: 100%;
	background: #f0f0f0;
	padding: 20px 0 5px;
	margin-top: 20px;
}

.content-left .content-left-contact>h4 {
	line-height: 20px;
	font-size: 13px;
	color: #999;
	padding: 0px 15px;
	margin: 15px 0 5px;
}

.content-left .content-left-contact>p {
	line-height: 24px;
	padding: 0 15px;
	color: #666;
}


/*内页右侧*/

.content .content-right {
	flex: 1;
	margin-left: 30px;
}

.content .content-right .content-right-t {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e1e1e1;
}

.content .content-right .content-right-t:after {
	display: block;
	content: "";
	width: 100px;
	height: 3px;
	background: #057dd1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.content .content-right .content-right-t h5 {
	font-size: 26px;
	color: #444;
}

.content .content-right .content-right-t .content-right-pos {
	line-height: 60px;
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-t .content-right-pos a {
	color: #666;
}

.content .content-right .content-right-t .content-right-pos a:hover {
	color: #057dd1;
}

.content .content-right .content-right-b {
	padding-top: 20px;
	font-size: 13px;
	line-height: 30px;
	color: #666;
}

.content .content-right .content-right-b .prodetails img {
	max-width: 100%;
}


/*内页产品列表*/

.content .content-right .content-right-b .content-productlist ul {
	width: 100%;
}

.content .content-right .content-right-b .content-productlist ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
	border-bottom: 2px solid #f0f0f0;
}

.content .content-right .content-right-b .content-productlist ul li:hover {
	border-bottom-color: #057dd1;
}

.content .content-right .content-right-b .content-productlist ul li:nth-of-type(3n) {
	margin-right: 0;
}

.content .content-right .content-right-b .content-productlist ul li a {
	display: block;
}

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	box-sizing: border-box;
	border: 1px solid #eee;
	overflow: hidden;
}

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img i {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.content .content-right .content-right-b .content-productlist ul li:hover .content-productlist-img i {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.content .content-right .content-right-b .content-productlist ul li h5 {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #666;
	margin-top: 3px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


/*口罩list*/

.content .content-right .content-right-b .kouzhaolist ul li .content-productlist-img {
	padding-bottom: 100% !important;
}


/*产品内容页*/

.content .content-right .content-right-b .content-right-b-img>h5 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.content .content-right .content-right-b .content-right-b-img>img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.content .content-right .content-right-b .prodetails {
	margin-top: 10px;
	font-size: 13px;
	line-height: 26px;
	color: #666;
}

.content .content-right .content-right-b .prodetails h3 {
	font-size: 18px;
	font-weight: normal;
	color: #35383d;
	height: 40px;
	line-height: 40px;
	background: #e7e8e9;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}


/*新闻*/

.content .content-right .content-right-b .content-newslist ul li {
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.content .content-right .content-right-b .content-newslist ul li h5 {
	height: 32px;
	line-height: 32px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-newslist ul li h5 a {
	font-size: 18px;
	color: #057dd1;
}

.content .content-right .content-right-b .content-newslist ul li h5 a:hover {
	text-decoration: underline;
}

.content .content-right .content-right-b .content-newslist ul li h5 span {
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-b .content-newslist ul li p {
	font-size: 12px;
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-newslist ul li>a {
	float: right;
	display: block;
	width: 100px;
	height: 30px;
	border: 2px solid #e1e1e1;
	line-height: 32px;
	border-radius: 20px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

.content .content-right .content-right-b .content-newsnr>h5 {
	font-size: 18px;
	color: #057dd1;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
}

.content .content-right .content-right-b .content-newsnr>span {
	display: block;
	font-size: 12px;
	text-align: center;
	border-bottom: dotted 1px #ccc;
	font-weight: normal;
	margin: 5px 0 10px;
}

.content .content-right .content-right-b .content-prenext {
	margin-top: 80px;
}

.content .content-right .content-right-b .content-prenext p a {
	font-size: 12px;
	line-height: 2;
	color: #666;
}

.content .content-right .content-right-b .content-prenext p a:hover {
	color: #057dd1;
}

.proright {
	float: right;
	width: 480px;
}

.proright h2 {
	font-size: 18px;
	color: #057dd1;
}

.proright .summary {
	margin-top: 15px;
}

.prodetails {
	margin-top: 10px;
	color: #333;
	overflow: hidden;
}

.prodetails h3 {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #057dd1;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.prodetails p {
	padding: 0 10px
}

#preview {
	float: left;
	margin: 0px auto;
	width: 400px;
}

.jqzoom {
	width: 400px;
	height: 270px;
	position: relative;
	border: solid 1px #cccccc;
}

.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 420px;
	height: 56px;
	padding-top: 6px;
	overflow: hidden;
}

#spec-left {
	background: url(img/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-right {
	background: url(img/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-list {
	width: 375px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 62px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}


/*jqzoom*/

.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 700px;
	height: 473px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list {
	position: relative;
	width: 375px;
	margin-right: 6px;
}

#spec-list div {
	margin-top: 0;
	margin-left: -30px;
	*margin-left: 0;
}